home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00279_Script_279 < prev    next >
Text File  |  1995-05-21  |  294b  |  16 lines

  1. on mouseDown
  2.   put "MarkitBTN" into f
  3.   put "MarkitBTNHL" into fHL
  4.   puppetSound "button.aif"
  5.   hiliter 19, f, fHL
  6. end 
  7.  
  8.  
  9.  
  10. on mouseUp
  11.   global gTheDay, Markit
  12.   WhatDayIsIt
  13.   set the castNum of sprite 19 = cast "MarkitBTN"
  14.   updatestage
  15.   go frame gTheDay & "Markit" & Markit
  16. end